projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48094ac
)
(selection_data_to_lisp_data): Fix last change.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 23 Feb 2002 08:53:27 +0000
(08:53 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 23 Feb 2002 08:53:27 +0000
(08:53 +0000)
src/xselect.c
patch
|
blob
|
history
diff --git
a/src/xselect.c
b/src/xselect.c
index 660e00600209ddc561e71b7b65205ce65b4cade2..06c0ec6362cbc39e74bc1d31ad0ab2e738a134fd 100644
(file)
--- a/
src/xselect.c
+++ b/
src/xselect.c
@@
-1655,7
+1655,7
@@
selection_data_to_lisp_data (display, data, size, type, format)
if (SYMBOLP (coding.post_read_conversion)
&& !NILP (Ffboundp (coding.post_read_conversion)))
- str = run_pre_post_conversion_on_str (str, coding, 0);
+ str = run_pre_post_conversion_on_str (str,
&
coding, 0);
Vlast_coding_system_used = coding.symbol;
}
compose_chars_in_text (0, XSTRING (str)->size, str);